home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / timebill.sit / Client Info / background_3264.txt < prev    next >
Text File  |  1988-01-29  |  1KB  |  61 lines

  1. -- background: 3264 from stack: in
  2. -- bmap block id: 3988
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Codesinuse
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 6007
  11. -- rect: left=18 top=35 right=324 bottom=461
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 8192
  18. -- line height: 12
  19. -- part name: codesinuse
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: A004
  25. -- rect: left=379 top=39 right=60 bottom=441
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 2
  30. -- text size: 12
  31. -- style flags: 8192
  32. -- line height: 16
  33. -- part name: Find
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   Ask "Find what?"
  37.   Find it
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 4 (button)
  43. -- low flags: 00
  44. -- high flags: A004
  45. -- rect: left=380 top=62 right=83 bottom=441
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 2
  50. -- text size: 12
  51. -- style flags: 8192
  52. -- line height: 16
  53. -- part name: Return
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect dissolve
  57.   pop card
  58.   push recent card
  59. end mouseUp
  60.  
  61.